home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_09_06
/
9n06054a
< prev
next >
Wrap
Text File
|
1991-02-25
|
228b
|
16 lines
// HSort.Hpp V.2.0 - 2/27/91
//
// Turbo C++ V.1.0
//
// Michael Kelly - Author
//
#if !defined(HSORT_HPP)
#define HSORT_HPP
#include "thing.hpp"
void heapsort( size_t num_things, Thing *array );
#endif